const runtime._SA_ONSTACK

4 uses

	runtime (current package)
		defs_linux_amd64.go#L29: 	_SA_ONSTACK  = 0x8000000
		os_linux.go#L491: 	sa.sa_flags = _SA_SIGINFO | _SA_ONSTACK | _SA_RESTORER | _SA_RESTART
		os_linux.go#L515: 	if sa.sa_flags&_SA_ONSTACK != 0 {
		os_linux.go#L518: 	sa.sa_flags |= _SA_ONSTACK